Error: Attempted to access data(2,:); index out of bounds because size(data)=[1,7129].

Posted by Mola on Stack Overflow See other posts from Stack Overflow or by Mola
Published on 2010-05-08T00:00:53Z Indexed on 2010/05/08 0:08 UTC
Read the original article Hit count: 110

Filed under:
|
|

I have a microarray data of 38 row and 7130 columns. i am teying to read the data but keeping having the above error.

I debugged and found when i read the data, i have a 1x7129 instead of a 38x7130. I don't know why. my 7130th column contains letters while the rest of the data are numbers. Any idea why this is happening?

© Stack Overflow or respective owner

Related posts about matlab

Related posts about data